home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Sources-Targets / x-romp < prev    next >
Encoding:
Text File  |  1993-02-05  |  339 b   |  9 lines  |  [TEXT/MPS ]

  1. # obstack.h assumes that if __STDC__ is defined an ANSI C preprocessor is
  2. # being used.  -Hnocpp makes hc use its builtin preprocessor instead of
  3. # /lib/cpp.  gcc doesn't use <sys/ioctl.h>, so it doesn't matter whether
  4. # fixincludes has been run.
  5. CC=hc -Hnocpp
  6.  
  7. # The default `make' on the RT doesn't define MAKE, so do it here.
  8. MAKE=make
  9.